Day-03 DevOps learning file added#545
Open
sumit9165 wants to merge 63 commits intoTrainWithShubham:masterfrom
Open
Day-03 DevOps learning file added#545sumit9165 wants to merge 63 commits intoTrainWithShubham:masterfrom
sumit9165 wants to merge 63 commits intoTrainWithShubham:masterfrom
Conversation
Document learning plan for DevOps skills and goals.
Linux architecture Notes
Added comprehensive notes on Linux operating system, covering its components, distributions, installation methods, process states, and commonly used commands.
Refactor and clarify sections on Linux OS components, distributions, and process states.
Added a comprehensive cheatsheet for Linux commands, including usage and examples for various commands related to file management, user management, and system information.
Updated the Linux commands section and improved formatting.
Removed redundant 'Goals -' and 'Core DevOps Skills -' prefixes for clarity.
Updated current level description for clarity.
Documented various Linux process management commands including ps, top, and kill with examples and descriptions.
Updated Linux practice document with detailed command descriptions and examples for process management, memory usage, and disk space.
Added system management and logging commands to the Linux practice guide.
Added detailed troubleshooting steps for Linux server performance issues, including service/process checks, resource snapshots, and immediate actions.
Added detailed troubleshooting steps and observations for the OpenSSH Daemon (sshd).
Added a comprehensive troubleshooting runbook for Docker incidents, including steps for CPU and disk pressure investigations, immediate containment actions, and escalation triggers.
Documented a comprehensive troubleshooting runbook for nginx failures, including steps for simulating, diagnosing, and resolving issues.
Added a comprehensive NGINX troubleshooting runbook covering incident types, simulated failures, environment checks, and recovery steps.
Added a comprehensive runbook for troubleshooting database failures, including steps for PostgreSQL and nginx rate limiting scenarios.
Added a visual cheat sheet decision tree for on-call incidents, detailing steps for diagnosing and resolving issues.
This cheat sheet provides a quick reference for emergency on-call procedures, including system checks, logs, common containment actions, and troubleshooting steps for various services.
Added detailed explanations of the Linux file system hierarchy and provided scenario-based practice steps for managing the nginx service.
Documented the setup process for Nginx and web deployment on an EC2 server, including screenshots of key steps.
Added group assignments, created directories, and listed commands used for user and group management.
Documented file permissions and operations for Day 10 challenge, including created files, permission changes, commands used, and lessons learned.
Added detailed information about networking fundamentals, including OSI and TCP/IP models, troubleshooting commands, and hands-on checks.
Added detailed explanations of networking concepts including DNS, IP addressing, subnetting, and ports.
Added a comprehensive guide on shell scripting basics, including examples of scripts for variables, user input, conditional statements, and service checks.
Added comprehensive documentation on shell scripting covering loops, command-line arguments, error handling, and package installation.
Added a comprehensive guide on shell scripting, covering functions, return values, strict mode, local variables, and a system info reporter script.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Day-03 DevOps learning file added it has Linux system and Network commands, user management and group management commands added with description and example. Please check.